git-htl-init_sigset
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Tue, 16 Aug 2022 21:35:10 +0000 (22:35 +0100)
committerAurelien Jarno <aurel32@debian.org>
Tue, 16 Aug 2022 21:35:10 +0000 (22:35 +0100)
commit20e1a8ca9d32082ce45db5797f6fbdc92689867a
tree722524f171619bc880df5876cc4139ce64b5b8cc
parent03711de96f9e667f1aad90e3ff7e90bea4dce69c
git-htl-init_sigset

Commited for 2.35

commit 514638699d4b76826096a5f47136dc58f7619944
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Sep 26 02:40:26 2021 +0200

    htl: Fix sigset of main thread

    d482ebfa6785 ('htl: Keep thread signals blocked during its initialization')
    fixed not letting signals get delivered too early during thread creation,
    but it also affected the main thread, thus making it block signals by
    default.  We need to just let the main thread sigset as it is.

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name git-htl-init_sigset.diff
htl/pt-create.c